Skip to content

Add support for dependent declaration names in rules#227

Merged
nunoplopes merged 1 commit into
Cpp2Rust:masterfrom
joaotgouveia:dependent-decl-name
Jul 5, 2026
Merged

Add support for dependent declaration names in rules#227
nunoplopes merged 1 commit into
Cpp2Rust:masterfrom
joaotgouveia:dependent-decl-name

Conversation

@joaotgouveia

Copy link
Copy Markdown
Contributor

Adds support for rules such as the following:

template <typename T1> T1 &f2(const std::reference_wrapper<T1> &a0) {
  return a0.operator T1 &();
}

@nunoplopes nunoplopes merged commit 3675d3f into Cpp2Rust:master Jul 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants